Jeppsson & Lövström Apps

Wi-Fi Work Tracker
Really simple app to help you track how much time you spend atwork.
TextTV-Pling 0.23
Be notified when your favorite pages on SVT Text updated!
AppExplore 0.24
Explore the properties of applications on phone.
Snack 0.14
IM client for Snackare
Arduino Uno Communicator 1.33
No need for extra Host Shield or Bluetooth. All you need is aMicroUSB OTG to USB Adapter. Send data from your ArduinowithSerial.println(), Serial.print() or Serial.write() in 9600baudrate. Receive data with Serial.read(). Toggle between hex andasciiby clicking on received/sent data. Let your own Androidapplicationreceive data from Arduino by listening tothe"primavera.arduino.intent.action.DATA_RECEIVED" intent. Thisintentwill contain the "primavera.arduino.intent.extra.DATA" bytearraywith the received data.CallgetByteArrayExtra("primavera.arduino.intent.extra.DATA")toretrieve the data. Send data to Arduino from your applicationbybroadcasting an intent withaction"primavera.arduino.intent.action.SEND_DATA". Add the data tobesent as byte array extra"primavera.arduino.intent.extra.DATA".Please note that this appwill not work with Arduino boards withthe FTDI USB-to-serial driverchip. Source codeat:https://github.com/jeppsson/Arduino-Communicator